Skip to content

Commit

Permalink
try publish to pypi with a wrong password
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Biasuzzi <christian.biasuzzi@soft.it>
  • Loading branch information
CBiasuzzi committed May 13, 2024
1 parent f77d3d6 commit 63237fd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/full-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: Full CI
on:
push:
branches:
- 'main'
tags:
- 'v*.*.*'

- 'test_wrong_pwd_github_wf'

jobs:
build:
name: Build wheel
Expand Down Expand Up @@ -79,8 +77,7 @@ jobs:
path: download

- name: Release to PyPi
if: startsWith(github.ref, 'refs/tags/')
shell: bash
run: |
python -m pip install --user --upgrade twine
python -m twine upload --username __token__ --password ${{ secrets.PYPI_TOKEN }} download/*/*.whl
python -m twine upload --verbose --username __token__ --password WRONGWRONGTEST download/*/*.whl

0 comments on commit 63237fd

Please sign in to comment.