Skip to content

Commit

Permalink
Correct syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Oct 5, 2022
1 parent 254e7ee commit 102fde7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ jobs:
pip install build
- name: Build package
run: python -m build

- name: Archive built library
uses: actions/upload-artifact@v3
with:
name: library
path: dist/*
uses: actions/upload-artifact@v3
with:
name: library
path: dist/*

# uncomment if you want to upload to PyPI
#- name: Publish
Expand Down

0 comments on commit 102fde7

Please sign in to comment.