We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4d6d1 commit a30eb83Copy full SHA for a30eb83
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
run: |
19
python -m pip install --upgrade pip
20
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
21
- echo ::set-env name=PATH::$HOME/.poetry/bin:$PATH
+ echo "PATH=$HOME/.poetry/bin:$PATH" >> $GITHUB_ENV
22
- name: Build and publish
23
24
poetry publish --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }} --build
0 commit comments