File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 43
43
name : pypi
44
44
url : https://test.pypi.org/p/interbasepython
45
45
permissions :
46
- id-token : write
46
+ id-token : write
47
+ if : github.ref == 'refs/heads/main'
47
48
steps :
48
49
- uses : actions/download-artifact@v2
49
50
with :
@@ -64,12 +65,12 @@ jobs:
64
65
url : https://pypi.org/p/interbasepython
65
66
permissions :
66
67
id-token : write
67
- if : startsWith(github.ref, 'refs/tags/v')
68
+ if : github.ref == 'refs/heads/main' && startsWith(github.ref, 'refs/tags/v')
68
69
steps :
69
70
- uses : actions/download-artifact@v2
70
71
with :
71
72
name : artifact
72
73
path : dist
73
74
74
75
- name : Publish package to PyPI
75
- uses : pypa/gh-action-pypi-publish@release/v1
76
+ uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change 1
1
Metadata-Version: 1.1
2
- Name: idb
2
+ Name: interbase
3
3
Version: 1.5.0
4
4
Summary: InterBase RDBMS bindings for Python.
5
5
Home-page: https://github.com/Embarcadero/InterBasePython
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ all-files = True
9
9
10
10
11
11
[metadata]
12
- name = idb
12
+ name = interbase
13
13
version = 1.5.0
14
14
description = InterBase RDBMS bindings for Python.
15
15
long_description = file: README.md
You can’t perform that action at this time.
0 commit comments