Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zakiali committed Aug 28, 2024
1 parent 93d810f commit 73b6e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- '**'
tags:
- 'v*'

Expand Down Expand Up @@ -38,5 +39,5 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v') && steps.check_version.outputs.new_version == 'true'
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN_TEMP }}
password: ${{ secrets.PYPI_TOKEN_TEMP_DOES_NOT_EXIST }}
packages_dir: ./dist/

0 comments on commit 73b6e6c

Please sign in to comment.