Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Jan 23, 2024
1 parent 61ee9a6 commit 410edb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
formatted_date=$(date +'%Y%m%d%H%M')
echo "__version__ = \"0.12.1.dev${formatted_date}\"" >> src/onediff/__init__.py
- run: cat src/onediff/__init__.py
- run: python3 -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down

0 comments on commit 410edb6

Please sign in to comment.