shayypy / guilded.py

Asynchronous Guilded API wrapper for Python
https://guildedpy.rtfd.io
Other
135 stars 25 forks source link

Automatic Building #6

Closed dsaub closed 3 years ago

dsaub commented 3 years ago

Ok, this thing will build and upload a package to pypi every time you push a commit to the github, This Needs 2 secrets (one called "user" where you will drop your pypi user, another is called "pass" where you need to drop your password)

to setup a secret you should go to Settings > Secret and create it there, no one can steal your password if you store it on secrets

dsaub commented 3 years ago

if you go to repository where I DID the commits, you should see the 4 fails, one of them is cuz I didn't setup the workflow correctly, that is fixed, other of that is because I didn't confirmed my pypi email, and the last one is because as guilded.py package exists, they doesn't allow me to upload it for testing

shayypy commented 3 years ago

I don’t want to build for PyPI on every commit.