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

[ci] Added workflow for publish on PyPI #118

Merged
merged 4 commits into from
Aug 14, 2024
Merged

[ci] Added workflow for publish on PyPI #118

merged 4 commits into from
Aug 14, 2024

Conversation

pandafy
Copy link
Member

@pandafy pandafy commented Aug 14, 2024

Added workflow for publish on PyPI

steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
Copy link
Member

Choose a reason for hiding this comment

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

isn't v5 available?

python-version: '3.10'
- name: Install dependencies
run: |
pip install -U pip wheel setutools
Copy link
Member

Choose a reason for hiding this comment

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

maybe this is is not so important in this job and we can skip it

Copy link
Member

@nemesifier nemesifier left a comment

Choose a reason for hiding this comment

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

Let's rename the file to pypi.yml

@@ -0,0 +1,32 @@
name: Upload Python Package
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
name: Upload Python Package
name: Release Python Package on Pypi.org

@nemesifier nemesifier merged commit 8942eba into master Aug 14, 2024
5 checks passed
@nemesifier nemesifier deleted the pypi-workflow branch August 14, 2024 15:32
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