Skip to content

Commit dec1eef

Browse files
authored
Merge pull request #2 from Embarcadero/rename
Renaming distribution name from idb to interbase
2 parents 336407d + 904dace commit dec1eef

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/pypi.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
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

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Metadata-Version: 1.1
2-
Name: idb
2+
Name: interbase
33
Version: 1.5.0
44
Summary: InterBase RDBMS bindings for Python.
55
Home-page: https://github.com/Embarcadero/InterBasePython

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ all-files = True
99

1010

1111
[metadata]
12-
name = idb
12+
name = interbase
1313
version = 1.5.0
1414
description = InterBase RDBMS bindings for Python.
1515
long_description = file: README.md

0 commit comments

Comments
 (0)