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

build: fix tagging #375

Merged
merged 1 commit into from
Jul 27, 2022
Merged

build: fix tagging #375

merged 1 commit into from
Jul 27, 2022

Conversation

tekumara
Copy link
Collaborator

moving to pyproject.toml in #372 broke the tagger because python setup.py --version now returns 0.0.0

@tekumara tekumara merged commit f0b8372 into master Jul 27, 2022
@tekumara tekumara deleted the fix-tagging branch July 27, 2022 08:42
tekumara added a commit that referenced this pull request Aug 27, 2022
the fix in #375 didn't work.. from the [failed build](https://github.com/seek-oss/aec/runs/7606810567?check_suite_focus=true#step:10:10):
```
Run echo "version=$(python -c 'import aec;print(aec.__version__)')" >> $GITHUB_ENV
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'aec'
```
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.

1 participant