Skip to content

Commit a8e5ebc

Browse files
authored
Updated action
1 parent 4a81350 commit a8e5ebc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/PyPI_upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
name: python-package-distributions
3434
path: dist/
3535

36-
publish-to-testpypi:
36+
publish-to-pypi:
3737
name: Publish Python 🐍 distribution 📦 to PyPI
3838
needs:
3939
- build
4040
runs-on: ubuntu-latest
4141

4242
environment:
4343
name: pypi
44-
url: https://pypi.org/p/PyEPR-ESR
44+
url: https://pypi.org/project/pyEPR-ESR/
4545

4646
permissions:
4747
id-token: write # IMPORTANT: mandatory for trusted publishing

0 commit comments

Comments
 (0)