Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Jan 9, 2025
1 parent d544225 commit 40cab46
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: build

on:
push:
tags:
- 'v*'
on: [push, pull_request]

jobs:
build_source:
Expand Down Expand Up @@ -63,9 +60,11 @@ jobs:
path: dist
merge-multiple: true

- name: Publish to PyPI
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: github.ref == 'refs/heads/uv-init'
with:
user: __token__
password: ${{ secrets.pypi_password }}
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
verbose: true

0 comments on commit 40cab46

Please sign in to comment.