Skip to content

Commit

Permalink
build: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Sep 21, 2022
1 parent a0ac538 commit da8cb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python -m pip install --upgrade build
- name: Build
run: |
echo $GITHUB_REF_SLUG > src/squad/VERSION
echo $GITHUB_REF_SLUG > src/squeck/VERSION
python -m build --sdist --wheel --outdir dist/
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit da8cb9b

Please sign in to comment.