Compare commits
5 Commits
v2.1.7
...
720acd3b62
Author | SHA1 | Date | |
---|---|---|---|
720acd3b62 | |||
8ca6ee3ddc | |||
379feaa85a | |||
cff2e913fc | |||
75d70a9521 |
11
.github/workflows/pypi-deploy.yml
vendored
11
.github/workflows/pypi-deploy.yml
vendored
@@ -20,6 +20,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: wheel-config
|
name: wheel-config
|
||||||
path: python/
|
path: python/
|
||||||
|
- name: Display files
|
||||||
|
run: ls -lR
|
||||||
|
|
||||||
build_wheels:
|
build_wheels:
|
||||||
name: Build binary wheels on ${{ matrix.os }}
|
name: Build binary wheels on ${{ matrix.os }}
|
||||||
@@ -72,10 +74,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: source-wheels
|
name: source-wheels
|
||||||
path: python/dist/*.tar.gz
|
path: python/dist/*.tar.gz
|
||||||
|
- name: Display files
|
||||||
|
run: ls -lR
|
||||||
|
|
||||||
|
|
||||||
upload_pypi:
|
upload_pypi:
|
||||||
name: Upload binary wheels to PyPI
|
name: Upload wheels to PyPI
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
needs: [build_wheels, build_sdist]
|
needs: [build_wheels, build_sdist]
|
||||||
|
|
||||||
@@ -88,8 +92,11 @@ jobs:
|
|||||||
- name: Get binary wheels
|
- name: Get binary wheels
|
||||||
uses: actions/download-artifact@v4.1.7
|
uses: actions/download-artifact@v4.1.7
|
||||||
with:
|
with:
|
||||||
name: binary-wheels-*
|
|
||||||
path: dist/
|
path: dist/
|
||||||
|
pattern: binary-wheels-*
|
||||||
|
merge-multiple: true
|
||||||
|
- name: Display files
|
||||||
|
run: ls -lR
|
||||||
|
|
||||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
|
15
README.md
15
README.md
@@ -222,18 +222,31 @@ can be found in the `python/examples` folder.
|
|||||||
|
|
||||||
## References
|
## References
|
||||||
|
|
||||||
|
### IMC
|
||||||
|
|
||||||
- https://www.imc-tm.de/produkte/messtechnik-software/imc-famos/funktionen/im-und-export/
|
- https://www.imc-tm.de/produkte/messtechnik-software/imc-famos/funktionen/im-und-export/
|
||||||
- https://www.imc-tm.de/produkte/messtechnik-hardware/imc-cronosflex/ueberblick/
|
- https://www.imc-tm.de/produkte/messtechnik-hardware/imc-cronosflex/ueberblick/
|
||||||
- https://www.imc-tm.de/download-center/produkt-downloads/imc-famos/handbuecher
|
- https://www.imc-tm.de/download-center/produkt-downloads/imc-famos/handbuecher
|
||||||
- https://www.imc-tm.de/fileadmin/Public/Downloads/Manuals/imc_FAMOS/imcGemeinsameKomponenten.pdf
|
- https://www.imc-tm.de/fileadmin/Public/Downloads/Manuals/imc_FAMOS/imcGemeinsameKomponenten.pdf
|
||||||
- https://cython.readthedocs.io/en/latest/src/userguide/wrapping_CPlusPlus.html
|
|
||||||
- https://github.com/Apollo3zehn/ImcFamosFile
|
- https://github.com/Apollo3zehn/ImcFamosFile
|
||||||
- https://apollo3zehn.github.io/ImcFamosFile/api/ImcFamosFile.FamosFileKeyType.html
|
- https://apollo3zehn.github.io/ImcFamosFile/api/ImcFamosFile.FamosFileKeyType.html
|
||||||
|
|
||||||
|
### Cython
|
||||||
|
|
||||||
|
- https://cython.readthedocs.io/en/latest/src/userguide/wrapping_CPlusPlus.html
|
||||||
|
|
||||||
|
### PyPI
|
||||||
|
|
||||||
- https://pypi.org/help/#apitoken
|
- https://pypi.org/help/#apitoken
|
||||||
- https://sgoel.dev/posts/uploading-binary-wheels-to-pypi-from-github-actions/
|
- https://sgoel.dev/posts/uploading-binary-wheels-to-pypi-from-github-actions/
|
||||||
- https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
- https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
||||||
- https://github.com/pypa/cibuildwheel/blob/main/examples/github-deploy.yml
|
- https://github.com/pypa/cibuildwheel/blob/main/examples/github-deploy.yml
|
||||||
- https://cibuildwheel.readthedocs.io/en/stable/deliver-to-pypi/
|
- https://cibuildwheel.readthedocs.io/en/stable/deliver-to-pypi/
|
||||||
|
- https://github.com/actions/download-artifact#download-all-artifacts
|
||||||
|
- https://github.com/actions/download-artifact?tab=readme-ov-file#download-multiple-filtered-artifacts-to-the-same-directory
|
||||||
|
|
||||||
|
### iconv
|
||||||
|
|
||||||
- https://www.gnu.org/software/libiconv/
|
- https://www.gnu.org/software/libiconv/
|
||||||
- https://vcpkg.io/en/packages.html
|
- https://vcpkg.io/en/packages.html
|
||||||
- https://vcpkg.io/en/getting-started
|
- https://vcpkg.io/en/getting-started
|
||||||
|
@@ -1 +1 @@
|
|||||||
2.1.7
|
2.1.12
|
||||||
|
Reference in New Issue
Block a user