Publish package on every branch push
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user