We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 286558c + 526f1b5 commit 93cc635Copy full SHA for 93cc635
1 file changed
.github/workflows/pypi-release.yml
@@ -72,7 +72,7 @@ jobs:
72
73
- name: Publish package to TestPyPI
74
if: github.event_name == 'push'
75
- uses: pypa/gh-action-pypi-publish@v1.9.0
+ uses: pypa/gh-action-pypi-publish@v1.10.0
76
with:
77
user: __token__
78
password: ${{ secrets.PARCELS_PYPI_TEST_TOKEN }}
@@ -89,7 +89,7 @@ jobs:
89
name: releases
90
path: dist
91
- name: Publish package to PyPI
92
93
94
95
password: ${{ secrets.PARCELS_PYPI_PROD_TOKEN }}
0 commit comments