abhinavsp0730 / blip

Python package to intercept an mock all external api calls during django test.
MIT License
2 stars 4 forks source link

Setup github actions to release django-blip package to PyPi. #3

Open abhinavsp0730 opened 11 months ago

yalefresne commented 11 months ago

Hello @abhinavsp0730, i can work on it. If you agree, you could assign this to me so.

I need package name on: https://pypi.org/p/<package-name> and on https://test.pypi.org/p/<package-name> If you have not, there are some requirements to publish package to PyPi, you can find more info on the documentation, i resume it here :

abhinavsp0730 commented 11 months ago

Hi, @yalefresne, assigned this issue to you. I have already published this package to PyPI: https://pypi.org/project/django-blip/

You can change the package name in the setup.py and publish it to test PyPI to test your github action.
Feel free to ask if you need anything more.

Thnaks :)