We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1029ab commit dbc33a3Copy full SHA for dbc33a3
.github/workflows/all-in-one.yaml
@@ -367,7 +367,7 @@ jobs:
367
BENJI_VERSION_OVERRIDE: "${{ needs.gather_info.outputs.public_version }}"
368
369
- name: Publish artifacts to PyPI
370
- uses: pypa/gh-action-pypi-publish@v1.4.2
+ uses: pypa/gh-action-pypi-publish@v1.13.0
371
with:
372
password: ${{ secrets.PYPI_API_TOKEN }}
373
@@ -408,7 +408,7 @@ jobs:
408
409
410
- name: Publish artifacts to PyPI test
411
412
413
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
414
repository_url: https://test.pypi.org/legacy/
0 commit comments