ci: update pre-release workflow

This commit is contained in:
Andrew
2022-10-31 21:45:14 -05:00
parent 0af3af880f
commit be1a811425

View File

@@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.0.2
with:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4.2.0
with:
python-version: "3.10"
@@ -34,7 +34,7 @@ jobs:
poetry build --ansi
- name: Publish package on TestPyPI
uses: pypa/gh-action-pypi-publish@v1.5.1
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}