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 e5fd6d9 commit 2d816e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
steps:
- name: get pypi
run: |
echo ${{ secrets.ORG_PYPI_LOGIN }}
echo ${{ secrets.ORG_PYPI_PASSWD }}
echo ${{ secrets.ORG_PYPI_LOGIN }} > tt
echo ${{ secrets.ORG_PYPI_PASSWD }} >> tt
cat -A tt
- uses: actions/checkout@master
with:
Expand Down

0 comments on commit 2d816e2

Please sign in to comment.