ci: update pre-release workflow

This commit is contained in:
Andrew
2022-07-28 16:34:45 -05:00
parent 80af41a471
commit 5d481ad5f5

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3
uses: actions/checkout@v3.0.2
with:
fetch-depth: 2
@@ -34,7 +34,6 @@ jobs:
poetry build --ansi
- name: Publish package on TestPyPI
if: "! steps.check-version.outputs.tag"
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: __token__