Skip to content

Commit

Permalink
Merge branch 'main' into llvm16config
Browse files Browse the repository at this point in the history
  • Loading branch information
svkeerthy authored Oct 24, 2023
2 parents 7866e26 + 9abc1d0 commit 6620322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/upload-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
inputs:
pypi_repo:
description: 'Repo to upload to (testpypi or pypi)'
default: 'testpypi'
default: 'pypi'
required: true
type: choice
options:
Expand Down Expand Up @@ -56,4 +56,6 @@ jobs:

- name: Publish package to PyPI
uses: pypa/[email protected]
with:
repository-url: https://upload.pypi.org/legacy/
if: ${{ github.event.inputs.pypi_repo == 'pypi' }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ If you're a C++ developer and require low-level control, optimization, or integr
* For running experiments are available in [experiments/exp_requirements.yaml](./experiments/exp_requirements.yaml)
* Conda/Anaconda based virtual environment is assumed

(Experiments are done on an Ubuntu 18.04 machine)
(Experiments are done on an Ubuntu 20.04 machine)


## Building from source
Expand Down

0 comments on commit 6620322

Please sign in to comment.