Skip to content

Commit

Permalink
Merge pull request #116 from automl/TheEimer-patch-1
Browse files Browse the repository at this point in the history
Update publish_release.yml
  • Loading branch information
TheEimer authored Feb 13, 2024
2 parents a7973ac + 314ba8c commit e05a89a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
environment:
name: pypi
url: https://pypi.org/p/carl-bench
with:
password: ${{ secrets.pypi_api_token }}
steps:
# retrieve your distributions here

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_api_token }}

0 comments on commit e05a89a

Please sign in to comment.