added tests
This commit is contained in:
@@ -21,18 +21,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: '0'
|
fetch-depth: '0'
|
||||||
- name: Set up Poetry 📦
|
- name: Set up Poetry 📦
|
||||||
if: ${{ !(startsWith(github.ref, 'refs/tags')) }}
|
|
||||||
uses: JRubics/poetry-publish@v1.16
|
uses: JRubics/poetry-publish@v1.16
|
||||||
with:
|
with:
|
||||||
pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
|
||||||
plugins: "poetry-dynamic-versioning"
|
plugins: "poetry-dynamic-versioning"
|
||||||
repository_name: "scraibe"
|
repository_name: "scraibe"
|
||||||
repository_url: "https://test.pypi.org/legacy/"
|
repository_url: "https://test.pypi.org/legacy/"
|
||||||
- name: Get list of available folders after checkout
|
|
||||||
run: |
|
|
||||||
cd source
|
|
||||||
ls -l
|
|
||||||
|
|
||||||
|
|
||||||
test-install:
|
test-install:
|
||||||
name: Test Installation from TestPyPI
|
name: Test Installation from TestPyPI
|
||||||
|
|||||||
Reference in New Issue
Block a user