Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert commits #4

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Publish Python 🐍 distribution 📦 to PyPI

on:
workflow_dispatch: # Only manual trigger and only for the main branch
branches:
- main
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'

jobs:
build:
Expand Down Expand Up @@ -33,12 +33,13 @@ jobs:
publish-to-pypi:
name: >-
Publish Python 🐍 distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/xd-ducklake
url: https://pypi.org/p/dbt-duckdb
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing

Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[metadata]
name = xd-ducklake
author = Duck Lake
author_email = duck.lake@no-reply.com
url = https://github.com/godatadriven/dbt-duckdb
name = dbt-duckdb
author = Josh Wills
author_email = joshwills+dbt@gmail.com
url = https://github.com/jwills/dbt-duckdb
summary = The duckdb adapter plugin for dbt (data build tool)
description_file = README.md
long_description_content_type = text/markdown
Expand Down
Loading