trakt-scrobbler icon indicating copy to clipboard operation
trakt-scrobbler copied to clipboard

Release to both github and pypi via workflow

Open ahmubashshir opened this issue 3 years ago • 1 comments

Changes:

  • workflow: Add release workflow
  • poetry.lock: Corrupt urlmatch OS X tarball checksum to avoid it

Requirements:

Pypi.org auth token added as a secret named PYPI_TOKEN

ahmubashshir avatar May 14 '22 12:05 ahmubashshir

Blocked by pypa/pypi-support#1735

iamkroot avatar May 22 '22 04:05 iamkroot

With poetry 1.2, we don't need to corrupt the urlmatch checksum anymore

iamkroot avatar Oct 22 '22 13:10 iamkroot

Hey @ahmubashshir I have updated the workflow a bit. But github isn't allowing me to push to that from the CLI for some reason (permission denied). Could you please try adding me as a collaborator to your fork so I can commit there?

iamkroot avatar Oct 22 '22 14:10 iamkroot

@ahmubashshir Seems like there are conflicts. Can be fixed with git rebase master --strategy-option=theirs.

I can't do a force-push on your branch, so you'll need to run that. Then we should be able to merge this

iamkroot avatar Oct 23 '22 07:10 iamkroot

On October 23, 2022 7:18:32 AM UTC, Krut Patel @.> wrote: @. Seems like there are conflicts. Can be fixed with git rebase master --strategy-option=theirs.

I can't do a force-push on your branch, so you'll need to run that. Then we should be able to merge this

My box is borked. That'll take a few more days...

ahmubashshir avatar Oct 23 '22 14:10 ahmubashshir

does it work now?

ahmubashshir avatar Oct 26 '22 02:10 ahmubashshir

Looks good!

iamkroot avatar Oct 27 '22 02:10 iamkroot