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 4343 name : pypi
4444 url : https://test.pypi.org/p/interbasepython
4545 permissions :
46- id-token : write
46+ id-token : write
47+ if : github.ref == 'refs/heads/main'
4748 steps :
4849 - uses : actions/download-artifact@v2
4950 with :
@@ -64,12 +65,12 @@ jobs:
6465 url : https://pypi.org/p/interbasepython
6566 permissions :
6667 id-token : write
67- if : startsWith(github.ref, 'refs/tags/v')
68+ if : github.ref == 'refs/heads/main' && startsWith(github.ref, 'refs/tags/v')
6869 steps :
6970 - uses : actions/download-artifact@v2
7071 with :
7172 name : artifact
7273 path : dist
7374
7475 - 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 11Metadata-Version: 1.1
2- Name: idb
2+ Name: interbase
33Version: 1.5.0
44Summary: InterBase RDBMS bindings for Python.
55Home-page: https://github.com/Embarcadero/InterBasePython
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ all-files = True
99
1010
1111[metadata]
12- name = idb
12+ name = interbase
1313version = 1.5.0
1414description = InterBase RDBMS bindings for Python.
1515long_description = file: README.md
You can’t perform that action at this time.
0 commit comments