Update config.yml

This commit is contained in:
Ishaan Jaff 2023-08-01 16:25:54 -07:00 committed by GitHub
parent 67529fa1e0
commit 2881b8de09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,8 +31,6 @@ jobs:
environment:
TWINE_USERNAME: __token__
TWINE_PASSWORD: $PYPI_API_TOKEN
PYPI_API_TOKEN: $PYPI_API_TOKEN # Use the environment variable in the job
steps:
- checkout