Update publish_pypi.yml

This commit is contained in:
Ishaan Jaff 2023-07-31 07:17:11 -07:00 committed by GitHub
parent 24f5698403
commit e2605cbdec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
node-version: '16'
- name: Set up Python
uses: actions/setup-python@v2