From b92d177f9c2bf1f00d8858cc6f53dd622d587538 Mon Sep 17 00:00:00 2001 From: Theresa Eimer Date: Tue, 13 Feb 2024 15:55:36 +0100 Subject: [PATCH] Update publish_release.yml --- .github/workflows/publish_release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 80cfa34a..631b6a79 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -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