Skip to content

Commit

Permalink
use prod
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Feb 20, 2020
1 parent 5fdd361 commit 42e82a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_v1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Python Package
name: Publish Python Package

on:
release:
Expand All @@ -25,4 +25,4 @@ jobs:
pushd v1/generated
python setup.py sdist bdist_wheel
find .
twine upload --verbose --repository-url https://test.pypi.org/legacy/ dist/*
twine upload --verbose dist/*

0 comments on commit 42e82a3

Please sign in to comment.