See #2762. Final attempt.

This commit is contained in:
Dion Moult
2023-02-17 13:12:09 +11:00
parent 504782f156
commit f893503d0c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ on:
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
# * * * * *
- cron: "0 2 17 * *"
- cron: "0 0 1 * *"
push:
paths:
- '.github/workflows/ci-ifcopenshell-pypi.yml'
+1 -1
View File
@@ -122,4 +122,4 @@ endif
cd dist && mv ifcopenshell-0.7.0.$(VERSION)-py3-none-any.whl ifcopenshell-0.7.0.$(VERSION)-$(PYVERSION)-none-$(PLATFORMTAG).whl
rm -rf dist/ifcopenshell
rm -rf dist/ifcopenshell.egg-info
rm -rf dist/ifcopenshell-0.7.0.tar.gz
rm -rf dist/ifcopenshell-0.7.0.$(VERSION).tar.gz