Updates Package Name in Pipeline
This commit is contained in:
2
.github/workflows/python-test-and-build.yml
vendored
2
.github/workflows/python-test-and-build.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
poetry build -f sdist
|
poetry build -f sdist
|
||||||
poetry install
|
poetry install
|
||||||
echo "Builded yoshi-seals - $(poetry version)"
|
echo "Builded DicePlayer - $(poetry version)"
|
||||||
- name: Configure PyPI
|
- name: Configure PyPI
|
||||||
run: |
|
run: |
|
||||||
poetry config repositories.pypi https://upload.pypi.org/legacy/
|
poetry config repositories.pypi https://upload.pypi.org/legacy/
|
||||||
|
|||||||
Reference in New Issue
Block a user