Skip to content

Commit 7b45bc3

Browse files
authored
Update publish-pypi-test.yml
1 parent bc87a10 commit 7b45bc3

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/publish-pypi-test.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,19 @@ jobs:
1717
with:
1818
python-version: '3.x'
1919

20-
- name: Install and set up Poetry
21-
run: |
22-
curl -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
23-
python get-poetry.py -y
24-
source $HOME/.poetry/env
25-
poetry --version
20+
# - name: Install and set up Poetry
21+
# run: |
22+
# curl -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
23+
# python get-poetry.py -y
24+
# source $HOME/.poetry/env
25+
# poetry --version
2626

2727
- name: Build and publish to PyPi
2828
env:
2929
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.TEST_PYPI_API_TOKEN }}
3030
run: |
31+
curl -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
32+
python get-poetry.py -y
3133
poetry build
3234
poetry config repositories.testpypi https://test.pypi.org/legacy/
3335
poetry publish -r testpypi

0 commit comments

Comments
 (0)