Skip to content

Commit a30eb83

Browse files
committed
.github/workflows/release.yml: switch to using $GITHUB_ENV
1 parent 0e4d6d1 commit a30eb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
21-
echo ::set-env name=PATH::$HOME/.poetry/bin:$PATH
21+
echo "PATH=$HOME/.poetry/bin:$PATH" >> $GITHUB_ENV
2222
- name: Build and publish
2323
run: |
2424
poetry publish --username ${{ secrets.PYPI_USERNAME }} --password ${{ secrets.PYPI_PASSWORD }} --build

0 commit comments

Comments
 (0)