-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add ci and others v2 #7
Conversation
The previous PR had too much conflicts I created a new branch from master and cherry pick your changes. I left the other PR open until you check and confirm that all is here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do you like to remove the publishing step or keep it?
poetry install | ||
- name: Build and Publish package | ||
run: | | ||
poetry config pypi-token.pypi ${{ secrets.your-api-token }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this still needs to be updated @gabriel-tessier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tb102122
I submitted an organization called diagrams-web on pypi it's still in pending state from more than 2 weeks.
I didn't want to publish it on my own account and transfer it later as I want to have the package on the organization from the beginning.
diagrams-web Community Request Submitted
Submitted Jul 13, 2024
But as it take more time than I expected for Pypi to approve, I will publish it on my own account.
About the py-publish.yml, let's keep this as it and wait to have the information for the organization to set teh secrets.
You will receive an invitation for the organization as soon as it get approved.
No description provided.