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 2d540c4 commit 2786702Copy full SHA for 2786702
docs/packs/gitlab.rst
@@ -69,7 +69,7 @@ to the :file:`~/.pypirc` file, for example:
69
- name: Create venv and install twine
70
run: |
71
uv venv
72
- echo "$PWD/.venv/bin" >> $GITHUB_PATH
+ echo "$PWD/.venv/bin" >> $PATH
73
uv add --upgrade twine
74
- name: Build
75
0 commit comments