Skip to content

Commit

Permalink
Fix typo in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
loostrum committed Jun 11, 2021
1 parent 5035fd3 commit e0d6022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
VERSION: ${{ needs.release-on-push.release.outputs.version }}
run: |
pip install wheel
echo "__version__ = '$VERSION'" >> frbcat/__version__.py
echo "__version__ = '$VERSION'" > frbcat/__version__.py
python setup.py sdist bdist_wheel
- name: Deploy
uses: pypa/[email protected]
Expand Down

0 comments on commit e0d6022

Please sign in to comment.