Stefano Cascavilla
12/16/2022, 12:52 PMcollections/catalog
path. My question is: how can I publish it on PyPi? Is there any automation? Something related to Github action?
Thanks! 😄alex
12/16/2022, 12:57 PMprefect-collection-template
to bootstrap your collection then there should be a GitHub action for release in your repo. You can find information about how to use the release GitHub action in the MAINTAINERS.md
file under the ‘Package and Publish’ heading.
Please let us know if there’s anything unclear in those instructions so that we can improve them!Stefano Cascavilla
12/16/2022, 12:58 PMprefect-collection-template
to bootstrap it.
Will check the MAINTAINERS.md
file and let you know.
Thanks!Anna Geller
12/16/2022, 1:30 PMStefano Cascavilla
12/16/2022, 1:31 PMJeff Hale
12/16/2022, 1:35 PMale
12/17/2022, 2:33 PMStefano Cascavilla
12/20/2022, 4:06 PMgit checkout -b <branch_name>
and created the needed config files in the docs/collections
folder.
When I try to push changes to the branch, it gives me 403 error:
remote: Permission to PrefectHQ/prefect.git denied to stefanocascavilla.
fatal: unable to access '<https://github.com/PrefectHQ/prefect/>': The requested URL returned error: 403
alex
12/20/2022, 6:23 PMStefano Cascavilla
12/21/2022, 7:53 AM