Skip to content

Commit ebeedb0

Browse files
committed
update publish action
1 parent bd41b4a commit ebeedb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Publish to pypi.org
2424
environment:
2525
name: pypi
26-
url: https://pypi.org/p/itunessmart/
26+
url: https://pypi.org/project/itunessmart/
2727
runs-on: ubuntu-latest
2828
needs: build-package
2929
permissions:
@@ -36,4 +36,4 @@ jobs:
3636
name: Packages
3737
path: dist
3838
- name: Upload package to PyPI
39-
uses: pypa/gh-action-pypi-publish@v1.9.0
39+
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)