Skip to content

Commit 2786702

Browse files
committed
✏️ Fix updating PATH
1 parent 2d540c4 commit 2786702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/packs/gitlab.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ to the :file:`~/.pypirc` file, for example:
6969
- name: Create venv and install twine
7070
run: |
7171
uv venv
72-
echo "$PWD/.venv/bin" >> $GITHUB_PATH
72+
echo "$PWD/.venv/bin" >> $PATH
7373
uv add --upgrade twine
7474
- name: Build
7575
run: |

0 commit comments

Comments
 (0)