Closed jasco closed 3 years ago
Hi, Is there any plan to release 0.2.3 to pypi?
+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
+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.
@alanhamlett , @maxcountryman Could you please look at this issue?
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.
Shouldn't this work https://github.com/marketplace/actions/pypi-publish ?
It might, but the workflow will need to be setup (specifically for tags).
@maxcountryman do you see any chance of making a new release using #98 ?
Yep let's give it a shot @gaborfeher.
I believe we're pretty current.
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?