Skip to content

Commit e923cb2

Browse files
committed
windows 2019
1 parent 341ba42 commit e923cb2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
4040
strategy:
4141
matrix:
42-
os: [windows-latest] # macos-latest,
42+
os: [windows-2019] # macos-latest,
4343
python-version: ["3.11"] #3.7, 3.8, 3.9, "3.10",
4444
steps:
4545
- uses: actions/checkout@v2

.vs/slnx.sqlite

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_ext_filename(self, ext_name):
1616
Extension(
1717
name="csimOU",
1818
sources=["src/risktools/c/simOU.c"],
19-
extra_compile_args=['-fPIC', '-shared','/LD', '../libs/pythonXY.lib']
19+
extra_compile_args=['-fPIC', '-shared']
2020
)
2121
]
2222

0 commit comments

Comments
 (0)