Skip to content

Commit

Permalink
Update publish_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEimer committed Feb 13, 2024
1 parent b92d177 commit 6172ed8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,8 @@ jobs:
name: pypi
url: https://pypi.org/p/carl-bench
steps:
- name: Cleanup
run: make clean-build

- name: Build
run: make build
run: $PYTHON setup.py sdist

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

0 comments on commit 6172ed8

Please sign in to comment.