Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup automated releases #29

Merged
merged 4 commits into from
Jun 26, 2024
Merged

Setup automated releases #29

merged 4 commits into from
Jun 26, 2024

Conversation

AlecRosenbaum
Copy link
Contributor

This PR sets up automated releases for this project.

The release workflow can be manually triggered in the github actions UI.

from setuptools import setup

VERSION_FILE = "tasktiger/__init__.py"
with open(VERSION_FILE, encoding="utf8") as fd:
version = re.search(r'__version__ = ([\'"])(.*?)\1', fd.read()).group(2)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version=version below?

@AlecRosenbaum AlecRosenbaum merged commit 93dfc84 into master Jun 26, 2024
20 checks passed
@AlecRosenbaum AlecRosenbaum deleted the automated-releases branch June 26, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants