Skip to content

Commit

Permalink
fix release.yml (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Oda committed Nov 13, 2022
1 parent 0e11b7b commit c06c05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
python-version: "3.10"
- name: build
run: |
echo "__version__ = \"${GITHUB_REF_NAME:1}\"" > src/latexify/_version.py
python -m pip install --upgrade build
python -m pip install --upgrade build hatch
python -m hatch version "${GITHUB_REF_NAME}"
python -m build
- name: publish
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit c06c05f

Please sign in to comment.