Skip to content

Commit

Permalink
publish new release
Browse files Browse the repository at this point in the history
  • Loading branch information
gebauerm committed Oct 20, 2024
1 parent 5dc09eb commit f5ff88f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
- name: Publish package
Expand Down
2 changes: 1 addition & 1 deletion rapidflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

URL = "https://github.com/gebauerm/rapidFlow"
__version__ = "0.1.7"
__version__ = "0.1.8b"

install_requires = [
"optuna>=2.9.1",
Expand Down

0 comments on commit f5ff88f

Please sign in to comment.