mirror of
https://github.com/planetmint/planetmint.git
synced 2026-03-21 15:48:45 +00:00
fixed workflow & bumped version
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@@ -110,7 +110,7 @@ jobs:
|
||||
- name: Upload to PyPI
|
||||
run: |
|
||||
twine check dist/*
|
||||
twine upload dist/*
|
||||
twine upload --skip-existing dist/*
|
||||
env:
|
||||
TWINE_USERNAME: __token__
|
||||
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
|
||||
@@ -121,7 +121,7 @@ jobs:
|
||||
files: dist/*
|
||||
|
||||
publish-docker:
|
||||
needs: release
|
||||
needs: test
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user