Skip to content

Commit

Permalink
ident comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheeproid committed May 28, 2024
1 parent b8c3456 commit 039701f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
curl -sSL https://install.python-poetry.org | python3 - --version 1.8.2
poetry config virtualenvs.create false
poetry install --no-dev
# poetry publish --build -u __token__ -p ${{ secrets.PYPI_PROJECT_TOKEN }}
# poetry publish --build -u __token__ -p ${{ secrets.PYPI_PROJECT_TOKEN }}

- name: Release Docker CLI only on formal releases
# if: "!github.event.release.prerelease"
Expand Down

0 comments on commit 039701f

Please sign in to comment.