Skip to content

Commit

Permalink
fix: test15
Browse files Browse the repository at this point in the history
  • Loading branch information
dirvine committed Dec 24, 2024
1 parent e625e29 commit c1fc593
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ jobs:
components: rustfmt
- name: Create Python module structure
run: |
mkdir -p ant-node/python/antnode
cat > ant-node/python/antnode/__init__.py << EOL
mkdir -p ant_node/python/antnode
cat > ant_node/python/antnode/__init__.py << EOL
from ._antnode import *
__version__ = "${{ github.ref_name }}"
EOL
Expand All @@ -163,12 +163,12 @@ jobs:
with:
command: sdist
args: --out dist
working-directory: ./ant-node
working-directory: ./ant_node
- name: Upload sdist
uses: actions/upload-artifact@v4
with:
name: sdist
path: ant-node/dist/*.tar.gz
path: ant_node/dist/*.tar.gz
if-no-files-found: error
retention-days: 1
compression-level: 9
Expand Down

0 comments on commit c1fc593

Please sign in to comment.