Skip to content

Commit

Permalink
Trigger aur deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Aug 4, 2024
1 parent 2dd0028 commit 90067f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ jobs:
name: Upload release
runs-on: ubuntu-latest
needs: build
if: startsWith(github.ref, 'refs/tags/v') && success()

steps:
- uses: actions/download-artifact@v2
Expand All @@ -76,6 +75,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: twine upload dist/*.whl dist/*.tar.gz
if: startsWith(github.ref, 'refs/tags/v') && success()

- name: Publish AUR package
uses: KSXGitHub/github-actions-deploy-aur@e07018655eeea52e5bf4bc4be386e2f503ad290b
Expand Down

0 comments on commit 90067f5

Please sign in to comment.