diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2022-10-26 22:39:25 +0300 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2022-10-26 22:39:25 +0300 |
| commit | a04dfef41be0ab10eadbb2ed5d02b600682dc487 (patch) | |
| tree | f4f67f0fa4c8374b9cc689577ed0ee09a637ee4c /.github | |
| parent | 94bb62cb182023ac6586c5510ae9031ea56bd682 (diff) | |
| download | wheel-git-a04dfef41be0ab10eadbb2ed5d02b600682dc487.tar.gz | |
Updated the pypi-publish action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7e07ac0..b3e521d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,6 @@ jobs: - name: Create packages run: python -m build -n -s -w . - name: Upload packages - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: - user: __token__ password: ${{ secrets.pypi_password }} |
