Skip to content

Commit

Permalink
[add] test #0
Browse files Browse the repository at this point in the history
  • Loading branch information
vchemla committed Mar 11, 2024
1 parent 306a8a9 commit e5fd6d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
matrix:
python-version: [ 3.9 ]
steps:
- name: get pypi
run: |
echo ${{ secrets.ORG_PYPI_LOGIN }}
echo ${{ secrets.ORG_PYPI_PASSWD }}
- uses: actions/checkout@master
with:
Expand Down

0 comments on commit e5fd6d9

Please sign in to comment.