There was an error while loading. Please reload this page.
1 parent cd548a1 commit 0c8fa7aCopy full SHA for 0c8fa7a
1 file changed
.github/workflows/pypi-build-and-deploy.yml
@@ -58,7 +58,7 @@ jobs:
58
name: python-package-distributions
59
path: dist/
60
- name: Publish distribution 📦 to PyPI
61
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@v1.13.0
62
63
publish-to-testpypi:
64
name: Publish Python 🐍 distribution 📦 to TestPyPI
@@ -77,7 +77,7 @@ jobs:
77
78
79
- name: Publish distribution 📦 to TestPyPI
80
81
with:
82
repository-url: https://test.pypi.org/legacy/
83
verbose: true
0 commit comments