Skip to content

Commit e7c3875

Browse files
- An attempt to fix PyPI integration
1 parent 048e14b commit e7c3875

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ jobs:
88
pypi-publish:
99
name: Publish release to PyPI
1010
runs-on: ubuntu-latest
11-
environment:
12-
name: pypi
13-
url: https://pypi.org/p/tagbit
11+
environment: pypi
1412
permissions:
1513
id-token: write
1614
steps:
@@ -26,5 +24,5 @@ jobs:
2624
- name: Build package
2725
run: |
2826
python setup.py sdist bdist_wheel # Could also be python -m build
29-
- name: Publish package distributions to PyPI
30-
uses: pypa/gh-action-pypi-publish@release/v1
27+
- name: pypi-publish
28+
uses: pypa/gh-action-pypi-publish@v1.12.3

0 commit comments

Comments
 (0)