* fix issue of 'inconsistent subsequent blocks' when using set_file() by clearing all buffers

* remove schedule from workflows/wheels.yml
This commit is contained in:
2021-09-21 13:22:23 +02:00
parent 2d654d2d2a
commit b71d86f735
2 changed files with 9 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
name: Build Python Wheels
on:
schedule:
push:
branches:
- master
@@ -25,10 +24,9 @@ jobs:
upload_wheels:
name: Upload binary wheels to PyPI
needs: [build_wheels]
steps:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.IMCTERMITE_GITHUB_WORKFLOW_PYPI_API_TOKEN }}