Skip to content

Commit

Permalink
Try with a new develop version to check last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolargo committed Nov 16, 2024
1 parent 494b0a0 commit ddd7e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: false
skip-existing: true
attestations: false

create_Docker_builds:
runs-on: ubuntu-latest
# Make sure we release the python package first. So we are sure to get the latest.
needs:
- pypi
- pypi_test
outputs:
tags: ${{ steps.config.outputs.tags }}
steps:
Expand Down

0 comments on commit ddd7e5e

Please sign in to comment.