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

Integrate pyproject #17

Merged
merged 7 commits into from
Sep 23, 2023
Merged

Integrate pyproject #17

merged 7 commits into from
Sep 23, 2023

Conversation

ad-m
Copy link
Member

@ad-m ad-m commented Sep 13, 2023

It failed to build release artifact, so I had to integrate pyproject to generate right version successfully and have build artifact.

Copy link
Member

@PiotrIw PiotrIw left a comment

Choose a reason for hiding this comment

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

actions/checkout@v1, actions/setup-python@v1, pypa/gh-action-pypi-publish@master - to są bardzo stare wersje, warto by je zaktualizować

run: |
pip install setuptools_scm wheel
python3 setup.py sdist bdist_wheel
run: make build_pkg

- name: Publish distribution 📦 to PyPI
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
Copy link
Member

Choose a reason for hiding this comment

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

Warning: You are using "pypa/gh-action-pypi-publish@master". The "master" branch of this project has been sunset and will not receive any updates, not even security bug fixes. Please, make sure to use a supported version. If you want to pin to v1 major version, use "pypa/gh-action-pypi-publish@release/v1".

@ad-m ad-m merged commit 87b3e74 into master Sep 23, 2023
8 checks passed
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