test skip existing

This commit is contained in:
Schmieder, Jacob
2024-05-07 14:43:34 +00:00
parent f793f3235e
commit edbf5e7585
+3 -1
View File
@@ -73,6 +73,8 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1 uses: pypa/gh-action-pypi-publish@release/v1
with: with:
repository-url: https://test.pypi.org/legacy/ repository-url: https://test.pypi.org/legacy/
skip-existing: true
test-install: test-install:
name: Test Installation from TestPyPI name: Test Installation from TestPyPI
@@ -93,7 +95,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: environment:
name: pypi name: pypi
url: $PyPI_URL url: env.PyPI_URL
permissions: permissions:
id-token: write id-token: write
steps: steps: