Skip to content

Commit

Permalink
ci: fix old source dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
keara-soloway committed May 31, 2024
1 parent 2150d76 commit d0445fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-pyblish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sed -i "s/PACKAGE_VERSION/${{ github.ref_name }}/" setup.py
- name: Update chess-scanparsers.version with version (tag) name
run : |
sed -i "s/PACKAGE_VERSION/${{ github.ref_name }}/" chess-scanparsers/__init__.py
sed -i "s/PACKAGE_VERSION/${{ github.ref_name }}/" chess_scanparsers/__init__.py
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit d0445fd

Please sign in to comment.