Skip to content

Commit

Permalink
fix: pypi auto publish workflow (#18)
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <avikbasu93@gmail.com>
  • Loading branch information
ab93 authored Sep 19, 2022
1 parent 737750e commit e8be7c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: poetry build

- name: Publish
run: poetry publish -u __token__ -p {{ secrets.PYPI_PASSWORD }}
run: poetry publish -u __token__ -p ${{ secrets.PYPI_PASSWORD }}
28 changes: 0 additions & 28 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit e8be7c5

Please sign in to comment.