maxcountryman / flask-seasurf

SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
http://readthedocs.org/docs/flask-seasurf/
Other
190 stars 49 forks source link

Updated Pypi release #75

Closed jasco closed 3 years ago

jasco commented 7 years ago

The last release to pypi was 0.2.2 on 3/16/2016. It looks like some of the commits since then are nice to have published. Is there another release planned?

crazyguitar commented 6 years ago

Hi, Is there any plan to release 0.2.3 to pypi?

rkerr commented 5 years ago

+1 seems a bit odd it's released here but not pypi. For anyone else struggling with this it might be worth noting you can have pip pull 0.2.3 direct from github by using:

-e git://github.com/maxcountryman/flask-seasurf.git@0.2.3#egg=flask_seasurf

In requirements.txt

slimshreydy commented 5 years ago

+1 for a release on PyPI! Was confused as to why my samesite cookie option wasn't being used until I saw that 0.2.3 wasn't available on PyPI.

BKPepe commented 4 years ago

@alanhamlett , @maxcountryman Could you please look at this issue?

maxcountryman commented 4 years ago

If someone would like to take on the work of publishing to PyPI via GitHub Actions I'd be happy to add the necessary secrets and tag a new release.

BKPepe commented 4 years ago

Shouldn't this work https://github.com/marketplace/actions/pypi-publish ?

maxcountryman commented 4 years ago

It might, but the workflow will need to be setup (specifically for tags).

gaborfeher commented 3 years ago

@maxcountryman do you see any chance of making a new release using #98 ?

maxcountryman commented 3 years ago

Yep let's give it a shot @gaborfeher.

maxcountryman commented 3 years ago

I believe we're pretty current.