test skip existing
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user