Skip to content

Commit

Permalink
Configuring GitHub Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
theriverman committed Dec 12, 2020
1 parent 8a5867d commit a799c2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI

on: push
on:
push:
branches:
- main

jobs:
build-n-publish:
Expand Down

0 comments on commit a799c2d

Please sign in to comment.