Skip to content

Commit

Permalink
Merge pull request #1 from glue-viz/publish-workflow
Browse files Browse the repository at this point in the history
Added publish workflow
  • Loading branch information
astrofrog authored Jul 19, 2024
2 parents 6f7f401 + 0b8bb54 commit 35194f6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI Workflows

on:
push:
branches:
- main
tags:
- '*'
pull_request:

jobs:
publish:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/publish_pure_python.yml@v1
secrets:
pypi_token: ${{ secrets.pypi_token }}
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[build-system]
requires = ["setuptools",
"setuptools_scm",
"wheel"]
build-backend = 'setuptools.build_meta'

[tool.setuptools_scm]

0 comments on commit 35194f6

Please sign in to comment.