Publish package on every branch push

This commit is contained in:
José Arturo García
2026-07-22 19:22:43 -04:00
parent cf075aa4d9
commit ac4f674710
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -41,7 +41,6 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: build
if: ${{ startsWith(github.ref, 'refs/heads/8.0.') }}
steps:
- name: Checkout
@@ -71,5 +70,6 @@ jobs:
TWINE_PASSWORD: ${{ secrets.GITEA_PACKAGE_TOKEN }}
run: |
python -m twine upload \
--skip-existing \
--repository-url https://gitea.joseagrc.com/api/packages/tryton-do/pypi \
dist/*