A simple calculator package
Project description
python3 -m build
python3 -m twine check dist/*
python3 -m twine upload --verbose dist/ankitrazorpay-0.1-py3-none-any.whl dist/ankitrazorpay-0.1.tar.gz
python3 -m twine upload --verbose --repository testpypi dist/ankitrazorpay-0.1-py3-none-any.whl dist/ankitrazorpay-0.1.tar.gz
- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install tools run: make venv - name: Publish packages to PyPy run: | set -ex source venv/bin/activate export VERSION=$(cat VERSION) gpg --detach-sign --local-user $GPG_SIGNING_KEYID --pinentry-mode loopback --passphrase $GPG_SIGNING_PASSPHRASE -a dist/stripe-$VERSION.tar.gz gpg --detach-sign --local-user $GPG_SIGNING_KEYID --pinentry-mode loopback --passphrase $GPG_SIGNING_PASSPHRASE -a dist/stripe-$VERSION-py2.py3-none-any.whl python -m twine upload --verbose dist/stripe-$VERSION.tar.gz dist/stripe-$VERSION-py2.py3-none-any.whl dist/stripe-$VERSION.tar.gz.asc dist/stripe-$VERSION-py2.py3-none-any.whl.asc env: GPG_SIGNING_KEYID: ${{ secrets.GPG_SIGNING_KEYID }} TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }} TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }} GPG_SIGNING_PASSPHRASE: ${{ secrets.GPG_SIGNING_PASSPHRASE }} - uses: stripe/openapi/actions/notify-release@master if: always() with: bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ankitrazorpay-0.2.tar.gz.
File metadata
- Download URL: ankitrazorpay-0.2.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0f3e1fa3754de831bd319011e15f9061c4e51df8fe5fd630579f8ebbf063574
|
|
| MD5 |
e9cd91510f46e8f0a6d75c0f97437eea
|
|
| BLAKE2b-256 |
7a8dce662475467f0f8cf88a7dd10f71710d08572944e656661235353d371668
|
File details
Details for the file ankitrazorpay-0.2-py3-none-any.whl.
File metadata
- Download URL: ankitrazorpay-0.2-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2cacb3cef16ac3cbb41fbc55539aa8085d2da115212f31418e9225f6b5fa8db
|
|
| MD5 |
dc5b5f0ba972c03a50b216370ba902dd
|
|
| BLAKE2b-256 |
018af1e470839825268a31d82b4c628fa2267dbbdd07605c6babe5e07c75c320
|