From f893503d0cad010793c89c2f68a04e3977c6ef16 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Fri, 17 Feb 2023 13:12:09 +1100 Subject: [PATCH] See #2762. Final attempt. --- .github/workflows/ci-ifcopenshell-pypi.yml | 2 +- src/ifcopenshell-python/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-ifcopenshell-pypi.yml b/.github/workflows/ci-ifcopenshell-pypi.yml index a5e4aaf153..6243ec69a8 100644 --- a/.github/workflows/ci-ifcopenshell-pypi.yml +++ b/.github/workflows/ci-ifcopenshell-pypi.yml @@ -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' diff --git a/src/ifcopenshell-python/Makefile b/src/ifcopenshell-python/Makefile index ab87347604..6a6a277fa9 100644 --- a/src/ifcopenshell-python/Makefile +++ b/src/ifcopenshell-python/Makefile @@ -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