Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

build: release on pypi through github actions#12

Open
iamsobanjaved wants to merge 2 commits intomasterfrom
iamsobanjaved/BOM-2156
Open

build: release on pypi through github actions#12
iamsobanjaved wants to merge 2 commits intomasterfrom
iamsobanjaved/BOM-2156

Conversation

@iamsobanjaved
Copy link
Contributor

uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_UPLOAD_TOKEN }} No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

file should end with a new line

*.egg-info
dist
build
eggs No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

same here

url='https://github.com/edx/pytest-warnings-report',
description='A pytest plugin for generating warnings reports.',
long_description=read('README.rst'),
long_description=README,
Copy link
Contributor

Choose a reason for hiding this comment

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

have you tested the output? why do we need to remove read here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants