Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcertora committed Jan 9, 2025
1 parent 8bb49a3 commit dfa8df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Update Quorum version
run: echo "__version__ = '$TAG'" > Quorum/__init__.py
run: echo "__version__ = '$TAG'" > quorum/__init__.py

- name: Install requirements for publishing
run: pip3 install build twine
Expand Down

0 comments on commit dfa8df8

Please sign in to comment.