Skip to content

Commit

Permalink
Fixing workflow bug
Browse files Browse the repository at this point in the history
I'm an idiot and didn't close a bracket and it broke things
  • Loading branch information
DavidT3 authored Aug 20, 2021
1 parent 8f83994 commit ec51932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit ec51932

Please sign in to comment.