Skip to content

Commit

Permalink
add non-functional publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
sopermaf committed Dec 9, 2023
1 parent 6a87abb commit d18c2cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ jobs:
with:
python-version: "3.11"
- name: Install dependencies
run: python -m pip install hatch
run: python -m pip install hatch twine
- name: Build wheel
run: hatch -v build -t wheel:standard
- name: Publish
run: |
echo 'do something'
run: twine upload --verbose --repository pypi dist/*

0 comments on commit d18c2cd

Please sign in to comment.