Skip to content

Commit

Permalink
Update publish_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer authored Feb 13, 2024
1 parent e05a89a commit b92d177
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ jobs:
name: pypi
url: https://pypi.org/p/carl-bench
steps:
# retrieve your distributions here
- name: Cleanup
run: make clean-build

- name: Build
run: make build

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit b92d177

Please sign in to comment.