ci: update release workflow

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

View File

@@ -10,10 +10,9 @@ 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
- name: Set up Python
uses: actions/setup-python@v4.1.0
with:
@@ -37,4 +36,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
password: ${{ secrets.PYPI_PASSWORD }}