Use correct block
This commit is contained in:
parent
f494c617dc
commit
edb1fd23cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue