Test with deploy-pypi
This commit is contained in:
parent
4cdcc84ad8
commit
f3e9fac73a
@ -38,14 +38,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container: python
|
||||
needs: [lint]
|
||||
if: ${{ gitea.ref == 'refs/heads/master' || startsWith(gitea.ref, 'refs/tags') }}
|
||||
steps:
|
||||
- run: apt-get update
|
||||
- run: apt-get install -y git nodejs
|
||||
- uses: actions/checkout@v3
|
||||
- run: pip install build
|
||||
- run: python -m build
|
||||
- run: ls -laR dist
|
||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||
- uses: casperdcl/deploy-pypi@v2
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
upload: ${{ gitea.ref == 'refs/heads/master' || startsWith(gitea.ref, 'refs/tags') }}
|
||||
|
Reference in New Issue
Block a user