There was an error while loading. Please reload this page.
1 parent 4a81350 commit a8e5ebcCopy full SHA for a8e5ebc
1 file changed
.github/workflows/PyPI_upload.yml
@@ -33,15 +33,15 @@ jobs:
33
name: python-package-distributions
34
path: dist/
35
36
- publish-to-testpypi:
+ publish-to-pypi:
37
name: Publish Python 🐍 distribution 📦 to PyPI
38
needs:
39
- build
40
runs-on: ubuntu-latest
41
42
environment:
43
name: pypi
44
- url: https://pypi.org/p/PyEPR-ESR
+ url: https://pypi.org/project/pyEPR-ESR/
45
46
permissions:
47
id-token: write # IMPORTANT: mandatory for trusted publishing
0 commit comments