Skip to content

Commit

Permalink
Next attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoelfe committed Nov 16, 2022
1 parent dd8a66a commit 4e2316f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ jobs:
name: 'Wheel for Python ${{ matrix.python }}'
path: dist/pycistem*.whl
- name: Publish
if: contains(github.ref, 'tags')
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: |
poetry publish
if: contains(github.ref, 'tags')
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: |
poetry publish
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
wxlibflags = wxlibflags.strip()

# This code pulls come key compile info out of the config.log file
__version__ = "0.1.3"
__version__ = "0.1.4"
__compiler__ = "icpc"
__WX_FLAGS__ = wxflags + " -DwxUSE_GUI=0 -IcisTEM/build/icpc"
__CPP_FLAGS__ = "-fPIC -O3 -no-prec-div -no-prec-sqrt -w2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DEXPERIMENTAL -DMKL -mkl=sequential -fopenmp"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pycistem"
version = "0.1.3"
version = "0.1.4"
description = ""
authors = ["Johannes Elferich <[email protected]>"]
build = "build.py"
Expand Down

0 comments on commit 4e2316f

Please sign in to comment.