Skip to content

Commit

Permalink
Merge pull request #895 from mrapp-ke/merge-bugfix
Browse files Browse the repository at this point in the history
Merge bugfix into feature branch
  • Loading branch information
issue-api-tokens[bot] authored May 5, 2024
2 parents 2abc31b + 450b44d commit d168146
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/template_publish_non_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
TWINE_PASSWORD: ${{ secrets.pypi_password }}
TWINE_REPOSITORY: ${{ inputs.pypi_repository }}
run: |
source venv/bin/activate
python3 -m pip install twine
python3 -m twine upload --non-interactive --skip-existing wheelhouse/*
deactivate
- name: Upload wheels as artifacts
if: ${{ inputs.pypi_repository }}
uses: actions/upload-artifact@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/template_publish_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,10 @@ jobs:
TWINE_PASSWORD: ${{ secrets.pypi_password }}
TWINE_REPOSITORY: ${{ inputs.pypi_repository }}
run: |
source venv/bin/activate
python3 -m pip install twine
python3 -m twine upload --non-interactive --skip-existing wheelhouse/*
deactivate
- name: Upload wheels as artifacts
if: ${{ inputs.pypi_repository }}
uses: actions/upload-artifact@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/template_publish_pure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ jobs:
TWINE_PASSWORD: ${{ secrets.pypi_password }}
TWINE_REPOSITORY: ${{ inputs.pypi_repository }}
run: |
source venv/bin/activate
python3 -m pip install twine
python3 -m twine upload --non-interactive --skip-existing wheelhouse/*
deactivate
- name: Upload wheels as artifacts
if: ${{ inputs.pypi_repository }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d168146

Please sign in to comment.