Use correct block

This commit is contained in:
Hynek Schlawack 2022-12-19 15:33:05 +01:00
parent f494c617dc
commit edb1fd23cc
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
1 changed files with 4 additions and 4 deletions

View File

@ -31,12 +31,14 @@ jobs:
test.pypi.org:443
- uses: actions/checkout@v3
with:
fetch-depth: 0
# with:
# fetch-depth: 0
- uses: hynek/build-and-inspect-python-package@v1
id: baipp
- run: ls -l ${{ steps.baipp.outputs.dist }}
# Upload to Test PyPI on every pushed tag.
- name: Publish package to TestPyPI
@ -68,8 +70,6 @@ jobs:
- uses: hynek/build-and-inspect-python-package@v1
id: baipp
- run: ls -l ${{ steps.baipp.outputs.dist }}
# Upload to real PyPI on GitHub Releases.
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1