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

release to PyPI #20

Closed
sbancal opened this issue Oct 4, 2022 · 0 comments · Fixed by #62, #70, #73, #74 or #75
Closed

release to PyPI #20

sbancal opened this issue Oct 4, 2022 · 0 comments · Fixed by #62, #70, #73, #74 or #75
Assignees

Comments

@sbancal
Copy link
Contributor

sbancal commented Oct 4, 2022

CI-CD to deploy new release directly to PyPI.

@sbancal sbancal mentioned this issue Oct 4, 2022
3 tasks
@sbancal sbancal self-assigned this Oct 4, 2022
sbancal added a commit that referenced this issue Jan 19, 2023
sbancal added a commit that referenced this issue Jan 19, 2023
@sbancal sbancal linked a pull request Jan 23, 2023 that will close this issue
2 tasks
sbancal added a commit that referenced this issue Jan 23, 2023
sbancal added a commit that referenced this issue Jan 23, 2023
sbancal added a commit that referenced this issue Jan 23, 2023
sbancal added a commit that referenced this issue Jan 26, 2023
sbancal added a commit that referenced this issue Jan 26, 2023
sbancal added a commit that referenced this issue Jan 26, 2023
sbancal added a commit that referenced this issue Jan 26, 2023
sbancal added a commit that referenced this issue Jan 26, 2023
sbancal added a commit that referenced this issue Jan 26, 2023
sbancal added a commit that referenced this issue Jan 26, 2023
sbancal added a commit that referenced this issue Jan 26, 2023
sbancal added a commit that referenced this issue Jan 26, 2023
sbancal added a commit that referenced this issue Jan 26, 2023
sbancal added a commit that referenced this issue Feb 2, 2023
sbancal added a commit that referenced this issue Feb 2, 2023
sbancal added a commit that referenced this issue Feb 3, 2023
FIX #20

Note about Python convention
----------------------------

https://docs.python-guide.org/writing/structure/
https://peps.python.org/pep-0008/#naming-conventions

Note about Github choice not to trig new action when performed with GITHUB_TOKEN
--------------------------------------------------------------------------------

https://github.com/google-github-actions/release-please-action
https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow

> When you use the repository's GITHUB_TOKEN to perform tasks, events triggered by the GITHUB_TOKEN will not create a new workflow run. This prevents you from accidentally creating recursive workflow runs.

Note on how to dump Github context
----------------------------------

https://docs.github.com/en/actions/learn-github-actions/contexts#example-printing-context-information-to-the-log
sbancal added a commit that referenced this issue Feb 6, 2023
sbancal added a commit that referenced this issue Feb 6, 2023
sbancal added a commit that referenced this issue Feb 6, 2023
FIX #20

Note about Python convention
----------------------------

https://docs.python-guide.org/writing/structure/
https://peps.python.org/pep-0008/#naming-conventions

Note about Github choice not to trig new action when performed with GITHUB_TOKEN
--------------------------------------------------------------------------------

https://github.com/google-github-actions/release-please-action
https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow

> When you use the repository's GITHUB_TOKEN to perform tasks, events triggered by the GITHUB_TOKEN will not create a new workflow run. This prevents you from accidentally creating recursive workflow runs.

Note on how to dump Github context
----------------------------------

https://docs.github.com/en/actions/learn-github-actions/contexts#example-printing-context-information-to-the-log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment