Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Use this commit to create new tag containing "v", i.e. v0.1.1 – required by current dunamai implementation
  • Loading branch information
tomaroberts committed Aug 31, 2023
1 parent 9c155c2 commit e61edfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
pip install -r requirements.txt
- name: Build package
run: python setup.py install
run: python setup.py install # TODO: fix pip install -e .

- name: Display version via dunamai
run: |
Expand Down

0 comments on commit e61edfa

Please sign in to comment.