Skip to content

Commit

Permalink
Added pypi environment for deployment to be detected on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
Caparrini committed Oct 28, 2024
1 parent 2cc3c6b commit 76fff33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
release-build:
name: Build and publish Python mloptimizer to PyPI and TestPyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/project/mloptimizer/

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand Down

0 comments on commit 76fff33

Please sign in to comment.