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