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

Wheel package for 3.1.1 not available on PyPI #987

Closed
atodorov opened this issue May 11, 2022 · 3 comments · May be fixed by #1007
Closed

Wheel package for 3.1.1 not available on PyPI #987

atodorov opened this issue May 11, 2022 · 3 comments · May be fixed by #1007
Assignees

Comments

@atodorov
Copy link
Contributor

Describe the bug
For 3.1.1 only a tar.gz source package is available on PyPI while previous releases included wheel packages.

Can we get the py3 wheel package uploaded to PyPI ?

@tmc9031
Copy link

tmc9031 commented May 20, 2022

me too tar.gz

> pip install -U django-simple-history
Requirement already satisfied: django-simple-history in c:\program\python3v\lib\site-packages (3.0.0)
Collecting django-simple-history
  Downloading django-simple-history-3.1.1.tar.gz (544 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... error
  ERROR: Command errored out with exit status 1:

@jeking3
Copy link
Contributor

jeking3 commented Jun 7, 2022

This will require a 3.1.2 release. The root cause can be traced to the release workflow in GitHub Actions:
60beaf4#diff-87db21a973eed4fef5f32b267aa60fcee5cbdf03c67fafdc2a9b553bb0b15f34R31

That should be doing a "make dist" instead of what it is doing:
https://github.com/jazzband/django-simple-history/blob/master/Makefile#L29-L34

However the gpg signing may not work in GitHub Actions - not sure.

@ddabble
Copy link
Member

ddabble commented Sep 15, 2023

Closing, as 3.1.1 is (now) on PyPI.

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 a pull request may close this issue.

5 participants