test index url
This commit is contained in:
@@ -74,7 +74,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository-url: https://test.pypi.org/legacy/
|
repository-url: https://test.pypi.org/legacy/
|
||||||
skip-existing: true
|
skip-existing: true
|
||||||
|
|
||||||
|
|
||||||
test-install:
|
test-install:
|
||||||
name: Test Installation from TestPyPI
|
name: Test Installation from TestPyPI
|
||||||
@@ -87,7 +87,7 @@ jobs:
|
|||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
- name: Install package
|
- name: Install package
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install scraibe --index-url env.TestPyPI_URL
|
python3 -m pip install scraibe --index-url $env.TestPyPI_URL
|
||||||
|
|
||||||
publish-to-pypi:
|
publish-to-pypi:
|
||||||
name: Conditional Publish to PyPI or Dev Repository
|
name: Conditional Publish to PyPI or Dev Repository
|
||||||
|
|||||||
Reference in New Issue
Block a user