mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 19:34:34 +00:00
See #2762. Try again.
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
# │ │ │ ┌───────────── month (1 - 12 or JAN-DEC)
|
||||
# │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT)
|
||||
# * * * * *
|
||||
- cron: "49 23 15 * *" # 11min before utc midnight
|
||||
- cron: "10 4 16 * *" # 11min before utc midnight
|
||||
|
||||
env:
|
||||
major: 0
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
from setuptools import setup
|
||||
from pathlib import Path
|
||||
|
||||
cwd = Path(__file__).parent
|
||||
long_description = (cwd / "README.md").read_text()
|
||||
|
||||
setup(name="ifcopenshell", long_description=long_description, long_description_content_type="text/markdown")
|
||||
Reference in New Issue
Block a user