Skip to content

Commit da8cb9b

Browse files
author
Alan Christie
committed
build: fix publish workflow
1 parent a0ac538 commit da8cb9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python -m pip install --upgrade build
4343
- name: Build
4444
run: |
45-
echo $GITHUB_REF_SLUG > src/squad/VERSION
45+
echo $GITHUB_REF_SLUG > src/squeck/VERSION
4646
python -m build --sdist --wheel --outdir dist/
4747
- name: Publish
4848
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)