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
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
test-install:
name: Test Installation from TestPyPI
@@ -93,7 +95,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: $PyPI_URL
url: env.PyPI_URL
permissions:
id-token: write
steps: