Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
glide-the committed Jul 2, 2024
1 parent 97e08e7 commit 1386123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
poetry run python -c "import $IMPORT_NAME; print(dir($IMPORT_NAME))"
- name: Import test dependencies
run: poetry install --with lint,test -v
run: poetry install --with lint,test -v
working-directory: ${{ inputs.working-directory }}

# Overwrite the local version of the package with the test PyPI version.
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
# We overwrite any existing distributions with the same name and version.
# This is *only for CI use* and is *extremely dangerous* otherwise!
# https://github.com/pypa/gh-action-pypi-publish#tolerating-release-package-file-duplicates
# skip-existing: true
skip-existing: true

mark-release:
needs:
Expand Down

0 comments on commit 1386123

Please sign in to comment.