There was an error while loading. Please reload this page.
2 parents 4496cd1 + 34d6cbd commit fda1e94Copy full SHA for fda1e94
1 file changed
.github/workflows/pypi-publish.yaml
@@ -79,14 +79,14 @@ jobs:
79
# https://github.com/pypa/gh-action-pypi-publish
80
- name: Publish package 📦 to Test PyPI
81
if: github.event_name == 'push'
82
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
83
with:
84
repository-url: https://test.pypi.org/legacy/
85
verbose: true
86
87
- name: Publish package 📦 to PyPI
88
if: github.event_name == 'release'
89
90
91
92
0 commit comments