mirror of https://github.com/exaloop/codon.git
Fix codon-jit
parent
cfbe6f6ec1
commit
ea390f7de9
|
@ -244,6 +244,6 @@ jobs:
|
|||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') && startsWith(matrix.os, 'ubuntu')
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
user: ${{ secrets.PYPI_USERNAME }}
|
||||
password: ${{ secrets.PYPI_PASSWORD }}
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_TOKEN }}
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ jit_extension = Extension(
|
|||
)
|
||||
|
||||
setup(
|
||||
name="codon",
|
||||
name="codon-jit",
|
||||
version=__version__,
|
||||
install_requires=["cython", "astunparse"],
|
||||
python_requires=">=3.6",
|
||||
|
|
Loading…
Reference in New Issue