Skip to content

Commit

Permalink
.github/workflows/release.yml: switch to using $GITHUB_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislaw committed Jan 4, 2021
1 parent 0e4d6d1 commit a30eb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
echo ::set-env name=PATH::$HOME/.poetry/bin:$PATH
echo "PATH=$HOME/.poetry/bin:$PATH" >> $GITHUB_ENV
- name: Build and publish
run: |
poetry publish --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }} --build

0 comments on commit a30eb83

Please sign in to comment.