Skip to content

Add new Cosmetic types and Rarities #54

Add new Cosmetic types and Rarities

Add new Cosmetic types and Rarities #54

Workflow file for this run

name: PyPI Auto-Release
on:
release:
jobs:
pypi:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Python 3.9
uses: actions/setup-python@v1
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
- name: Build project
run: python setup.py sdist
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}